Import lgogdownloader_3.16.orig.tar.gz
authorStephen Kitt <skitt@debian.org>
Fri, 27 Dec 2024 10:38:48 +0000 (11:38 +0100)
committerStephen Kitt <skitt@debian.org>
Fri, 27 Dec 2024 10:38:48 +0000 (11:38 +0100)
commitf91a30398ee69ac21bef5d7efd5184624957c06c
tree635c8c6a02c44c11faac52059357ef68d724289b
Import lgogdownloader_3.16.orig.tar.gz

[dgit import orig lgogdownloader_3.16.orig.tar.gz]
38 files changed:
.github/workflows/linux.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/FindJsoncpp.cmake [new file with mode: 0644]
cmake/FindRhash.cmake [new file with mode: 0644]
cmake/FindTidy.cmake [new file with mode: 0644]
cmake/FindTinyxml2.cmake [new file with mode: 0644]
include/blacklist.h [new file with mode: 0644]
include/config.h [new file with mode: 0644]
include/downloader.h [new file with mode: 0644]
include/downloadinfo.h [new file with mode: 0644]
include/galaxyapi.h [new file with mode: 0644]
include/gamedetails.h [new file with mode: 0644]
include/gamefile.h [new file with mode: 0644]
include/globalconstants.h [new file with mode: 0644]
include/globals.h [new file with mode: 0644]
include/gui_login.h [new file with mode: 0644]
include/message.h [new file with mode: 0644]
include/progressbar.h [new file with mode: 0644]
include/threadsafequeue.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
include/website.h [new file with mode: 0644]
include/ziputil.h [new file with mode: 0644]
main.cpp [new file with mode: 0644]
man/CMakeLists.txt [new file with mode: 0644]
man/lgogdownloader.1 [new file with mode: 0644]
src/blacklist.cpp [new file with mode: 0644]
src/downloader.cpp [new file with mode: 0644]
src/galaxyapi.cpp [new file with mode: 0644]
src/gamedetails.cpp [new file with mode: 0644]
src/gamefile.cpp [new file with mode: 0644]
src/gui_login.cpp [new file with mode: 0644]
src/progressbar.cpp [new file with mode: 0644]
src/util.cpp [new file with mode: 0644]
src/website.cpp [new file with mode: 0644]
src/ziputil.cpp [new file with mode: 0644]